home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / packers / arc / read_me.1st < prev   
Text File  |  1989-12-21  |  5KB  |  111 lines

  1.  
  2. Arc 6.02 ST.
  3.  
  4. What?  Another Arc program for the ST?
  5.  
  6. Although the ST world has been using ARC 5.21 (and all it's siblings) for
  7. quite some time now, the original ARC program written for the IBM PC has
  8. marched on to version 6.02.
  9.  
  10. Not much has changed in the actual operation of ARC.  The most notable
  11. feature that people will most likely use is the ability to automatically
  12. archive whole directory trees, and the files therein, rather than just arc
  13. files together.  This will make the distribution of programs that use
  14. directories, that much easier.  (I always found the 'extract all internal
  15. arc files to a folder with the same base name' to be a nuisance...)
  16.  
  17. The most appreciated feature (I feel) is that over all speed is very much
  18. improved.  I have spent quite a bit of time hand optimizing assembly code
  19. to the decompression routines built into this release of arc.  Archiving
  20. to and from floppy disks should be much faster.  This version of ARC
  21. allocates its buffers at run time, trying to allocate 63,488 byte buffers
  22. initially, and dropping in size all the way down to 2,048 byte buffers if
  23. memory is scarce.  Arc will try to make the most efficient use of available
  24. memory.
  25.  
  26. The most complained about feature will be the lack of a Squash (or 13 bit
  27. code lzw compression without pre run length encoding if you want to be
  28. technical) COMPRESSION.  I seriously debated the idea of adding it back in
  29. (SEA the developers of arc never included it), but decided that exact 
  30. compatibility with the PC version of ARC was important.
  31.  
  32. ARC 6.02 ST can still EXTRACT Squashed files, just not create them.  If it
  33. is that important to have Squash, then use ARC 5.21.
  34.  
  35. I think you'll appreciate the difference in speed between this version of
  36. arc and any other version (including the recently released ARC 521C).
  37.  
  38. If you have ANY questions, comments, or ??? you may get in contact with
  39. me at the following:
  40.  
  41. Darin Wayrynen
  42. 10851 N 43rd Ave #211
  43. Phoenix, AZ 85029
  44.  
  45. Next Gen BBS (602) 938-8288
  46.  
  47. I am more than willing to accept suggestions on how to improve this program
  48. in any way.  I have included part of the original PC arc manual to help
  49. explain some of the more esoteric features of arc.
  50.  
  51. -------------------------------------------------------------------------
  52. Note:  At the last minute, I dropped support for 'C'onverting old archives
  53. to the latest format.  This feature is rarely used, and was holding up 
  54. release of the program.  I will add it back into the next release.
  55. -------------------------------------------------------------------------
  56. Some people will be interested in the performance improvements over 
  57. existing archives.  I have included a short sample of compression and 
  58. decompression times you may expect with this release of arc.
  59.  
  60. =============================================
  61. archive 1 text file 497825 bytes long:
  62.  
  63.                 time            filesize
  64. ---------------------------------------------
  65. arc 5.21B       4 min, 30 sec   104,304 bytes                   
  66. arc 5.21C       2 min,  6 sec   108,679 bytes 
  67. arc 6.02ST      1 min, 26 sec   108,462 bytes
  68.  
  69. 6.02 is  47% faster than 5.21C
  70. 6.02 is 215% faster than 5.21B
  71. =============================================
  72. extract 1 text file from archive:
  73. arc size 104,304 bytes, file size 497,825
  74. bytes
  75.  
  76.                 time            
  77. ---------------------------------------------
  78. arc 5.21B       1 min, 49 sec                       
  79. arc 5.21C       1 min, 28 sec    
  80. arc 6.02ST      0 min, 34 sec   
  81.  
  82. 6.02 is 157% faster than 5.21C
  83. 6.02 is 219% faster than 5.21B
  84. =============================================
  85. archive 60 binary (program) files totaling 
  86. 495708 bytes
  87.  
  88.                 time            filesize
  89. ---------------------------------------------
  90. arc 5.21B       8 min,  8 sec   339,974 bytes                   
  91. arc 5.21C       4 min, 25 sec   343,251 bytes 
  92. arc 6.02ST      3 min, 14 sec   340,750 bytes
  93.  
  94. 6.02 is  36% faster than 5.21C
  95. 6.02 is 151% faster than 5.21B
  96. =============================================
  97. extract 60 binary (program) files from 
  98. archive:
  99. arc size 339,974 bytes, binary files totaled
  100. 495,708 bytes
  101.  
  102.                 time            
  103. ---------------------------------------------
  104. arc 5.21B       3 min, 12 sec                       
  105. arc 5.21C       2 min, 41 sec    
  106. arc 6.02ST      1 min, 34 sec 
  107.  
  108. 6.02 is  71% faster than 5.21C
  109. 6.02 is 104% faster than 5.21B
  110. =============================================
  111.